National Repository of Grey Literature 45 records found  1 - 10nextend  jump to record: Search took 0.01 seconds. 
Continuous Integration System for the k-Wave Project
Nečas, Radek ; Kešner, Filip (referee) ; Jaroš, Jiří (advisor)
The main goal of this thesis is to describe the implementation of continuous integration into the k-Wave project. The thesis focuses primarily on the version written in the C/C++ language with the usage of the OpenMP library which typically runs on supercomputers. Accordingly, many of popular workflows and approaches ought to be adapted, a few more created. The outcome of the thesis is a complete solution with real and practical usage. The author provides design, tools selection, runtime environment administration and configuration for each one of the used services. Software implementation of the basic framework is used in order to utilize running tests on the supercomputers. Furthermore, the implementation of chosen types of regression and unit tests are performed. Realisation is based on Gitlab and Jenkis services that are running on separated Docker containers.
Open Call
Gajdošík, Andreas ; Rathouský, Luděk (referee) ; Sterec, Pavel (advisor)
In diploma thesis Open Call I focus on unequal position of artists in current art world in which, despite the transparent practices like open calls, still persists the cult of name, the power of networking and personal recommendation. This topic I artistically process in form of practical artistic intervention, which is close to the tactics of 1:1 scale of Arte Útil - specifically by creation of software tool called Nomin. Its purpose is to support weakened or marginalized groups of artists. Nomin uses properties of email protocol SMTP to allow its users-spectators to send fake self-recommending emails - from email addresses of famous curators to the inboxes various galleries or other art institutions. During development of program Nomin and its technical background (software documentation, web page etc.) I followed the paradigm of free, libre, open source software (FLOSS) and also the methodology of agile software development in order to provide in this gesamtsoftwerk the users-spectators with fully functional, user-friendly software and give them possibility to influence further development of Nomin or directly participate on it. Created artwork is thus not a single artefact but rather a set of interconnected objects and practices grounded in the network of social bonds and behaviours which balances on the edge of institutional critique, useful art, participatory art and collective performance.
Infrastructure as Code in Agile Software Development
Hromádka, Vojtěch ; Bartík, Vladimír (referee) ; Rychlý, Marek (advisor)
Tato bakalářská práce je zaměřena na využívání infrastruktury jako kódu v agilním vývoji software. Rozebírá další obvyklé koncepty, které jsou používány při agilním vývoji mezi které patří DevOps, kontinuální integrace a doručování. Dále je zaměřena na využití cloudu a na porovnávání jednotlivých nástrojů využívaných v infrastruktuře jako kódu. Pro prevenci možných problémů při využívání infrastruktury jako kódu byl navržen software, který má za účel kontrolovat souběžný přístup k vytváření infrastruktury s nástrojem Terraform. S tímto softwarem byly následně provedeny dva experimenty. První experiment demonstruje zdali lze uplatnit navrhovaný pracovní postup se softwarem, druhý experiment demonstruje správnost řešení při souběžném přístupu.
Automation of Processes in Agile Development
Jašek, Tibor ; Smrčka, Aleš (referee) ; Šimková, Hana (advisor)
The goal of master thesis "Automation of Processes in Agile Development" is research of agile metodics with a focus on development practices in the Kentico company. This thesis describes different tools used as a support of agile software development including JIRA Software and Confluence, which are used in Kentico. Important part of this thesis is analysis of the current company processes and a plan of their optimization and automation. During the implementation part a web application which displays metrics arising from analysis and optimization proposal phase is realized. This thesis also contains discussion of it's realization and possible improvements.
Mobile Application for CMS Administration
Ingr, Michal ; Tesař, Filip (referee) ; Dydowicz, Petr (advisor)
The master's thesis describes the designing and developing mobile application for remote management of Kentico CMS/EMS system via REST interface. The thesis emphasized agile approaches to development, especially Test-Driven Development and automated testing.
Analysis and Implementation Model of Agile and Project Management in Software Development
Sikora, Martin ; Grós, Jakub (referee) ; Smolíková, Lenka (advisor)
The diploma thesis deals with an establishment of the agile and project management implementation model in a software development. Thesis analyzes these approaches in a software development team of an international organization and presents a solution of their usages in a process improvement defined by the CMMI model in selected processes areas.
A Collaboration Tool for Agile Modelling and Software Development
Semmler, Jiří ; Křivka, Zbyněk (referee) ; Rychlý, Marek (advisor)
The ain of this thesis is to define and describe specific challenges occuring on the crossroard between project management and knowledge management with the focus on agile software development and agile modeling. Based on the found and verified problem it tries to find a existing solution. After that, it analyses, specifies and designs an own solution. Focusing on covering of three different perspectives makes this thesis unique. After process of design, there are technologies defined. For all used technologies there is described detailed implementation of the application. The third-party technologies are connected in this application.This connection creates the extra added value for the application and user in processes of agile software development and agile modeling.
Automation in Software Application Development Projects
Merta, Daniel ; Bartík, Vladimír (referee) ; Kreslíková, Jitka (advisor)
The topic of the thesis is the automation of Definition of Done (DoD) in software development application projects. The thesis builds upon the principles of an agile methodology named Scrum and its goal is to simplify the DoD process in the Kentico Software company. Based on the analysis of existing DoD processes and their possible automations, the author implemented an application for static analysis of CSS files using the Stylelint tool. The product of the thesis enables automatic checking of all CSS files and, as a result, streamlines software development in the company and saves developer time.
Upgrade of Agile Development Support Tool
Trávník, Petr ; Trchalík, Roman (referee) ; Kreslíková, Jitka (advisor)
The goal of the diploma thesis "Upgrade of agile development support tool" is to study agile methodologies and its use in practice. Thesis is focused on the Scrum framework used by The Corporate Technology department of Siemens, s.r.o. in Brno. Furthermore the thesis analyzes and compares the most used software support tools for agile methodologies which also gives an inspiration for the upgrade of support tool used by the department of Siemens. Thesis identifies possible upgrades based on an analysis with the goal to make agile development even more effective. Results were consulted with the representative of the Siemens company and then modules for Code review and Retrospective were chosen to implement. Implementation consists even of some minor upgrades of the tool. Goals of all implemented upgrades were to save time, optimize administrative work and make development even more effective. Benefits and further upgrades are consulted at the end of the thesis.
Continuous Integration and Delivery by Nix/NixOps in Software Development
Vlk, Tomáš ; Burget, Radek (referee) ; Rychlý, Marek (advisor)
This thesis deals with the application of the functional packaging system Nix and its ecosystem (NixOS, NixOps) for CI/CD in agile development. When using these technologies, the problems caused by different environments are virtually eliminated without the need of containerization. The thesis contains a description of the possibilities and the shortcomings of Nix/NixOps and it proposes a general procedure for the use of these technologies in individual phases of agile development and CI/CD. Thanks to Nix/NixOps, the implementation of CI/CD is very simple and the whole process is also reproducible. The output of the work is a set of the examples demonstrating the use of Nix/NixOps in various projects, which is available as open-source. Thanks to this set, the developers can use Nix quickly and easily in any project, without having to study a large amount of materials.

National Repository of Grey Literature : 45 records found   1 - 10nextend  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.